* x-dnd.el: New file for drag and drop.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 16:55:30 +0000 (16:55 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 16:55:30 +0000 (16:55 +0000)
commit7e74414827fd9084f8817369db58555ffa1a8852
treea20f5191c62b18f5247c6444bba02416535d7dcc
parent085ee12fb63f141a89954572d5955c9b1469641a
* x-dnd.el: New file for drag and drop.

* term/x-win.el: require x-dnd, set after-make-frame-functions
to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
drag-n-drop event.

* dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
(dired-dnd-do-ask-action, dired-dnd-handle-local-file)
(dired-dnd-handle-file): New functions for drag and drop support.
(dired-mode): Initialize drag and drop if x-dnd present.
lisp/ChangeLog
lisp/dired.el
lisp/term/x-win.el
lisp/x-dnd.el [new file with mode: 0644]